PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFBmpImage Class / isBmp Method
In This Topic
    isBmp Method
    In This Topic
    Checks if the given stream contains a BMP image.
    Syntax
    public static boolean isBmp( 
       Stream stream
    )

    Parameters

    stream

    Return Value

    True if the stream contains a BMP image.
    See Also